@charset "utf-8";
@import "fonts/iconfont.css";
/* CSS Document */
*,
*:after,
*:before {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
  font-family: 'PingFang SC', '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
}
select {
  padding: 2px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  display: inline-block;
  background-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
object,
embed {
  outline: 0;
}
.gradient-primary {
  background-color: #ff6d01;
  background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
}
a {
  color: #ff6d01;
}
a:hover {
  color: #cd5700;
}
p {
  font-size: 13px;
  line-height: 1.6;
  color: #353535;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/*ui*/
.ui-ffm {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}
.ui-ffs {
  font-family: "宋体", arial, sans-serif;
}
.ui-fsxs {
  font-size: 70%;
}
.ui-fss {
  font-size: 85%;
}
.ui-fsl {
  font-size: 125%;
}
.ui-fsxl {
  font-size: 150%;
}
.ui-tac {
  text-align: center;
}
.ui-tar {
  text-align: right;
}
.ui-tal {
  text-align: left;
}
.ui-tdn {
  text-indent: -999em;
}
.ui-ofh {
  white-space: nowrap;
  word-wrap: normal;
  word-break: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.ui-fr {
  float: right;
}
.ui-fl {
  float: left;
}
.ui-hide {
  display: none;
}
.ui-art,
.ui-arb {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed solid;
  border-color: transparent;
}
.ui-art {
  border-color: transparent transparent #888888;
  top: -2px;
}
.ui-art.primary {
  border-color: transparent transparent #ff6d01;
}
.ui-art.white {
  border-color: transparent transparent #fff;
}
.ui-arb {
  border-color: #888888 transparent transparent;
  top: 2px;
}
.ui-arb.primary {
  border-color: #ff6d01 transparent transparent;
}
.ui-arb.white {
  border-color: #fff transparent transparent;
}
/*箭头及更多标签动画效果*/
.ui-arb.open {
  -webkit-transform: translateY(-4px) rotate(180deg);
  -moz-transform: translateY(-4px) rotate(180deg);
  transform: translateY(-4px) rotate(180deg);
}
.ui-arb {
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
}
.ui-label {
  padding: 2px 3px;
  background: #ff6d01;
  color: #fff;
  border-radius: 2px;
  vertical-align: middle;
}
/*输入框*/
input[type="text"],
input[type="password"],
textarea,
select {
  display: inline-block;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  font-size: 14px;
  line-height: 24px;
  width: 240px;
  padding: 4px 8px;
  outline: none;
  color: #353535;
  -webkit-user-select: text;
  -moz-user-select: text;
}
input[type="text"] .large,
input[type="password"] .large,
textarea .large,
select .large {
  padding: 10px 8px;
}
input[type="text"] .short,
input[type="password"] .short,
textarea .short,
select .short {
  width: 120px;
}
input[type="text"] .block,
input[type="password"] .block,
textarea .block,
select .block {
  width: 100%;
}
textarea {
  resize: none;
}
.form-row,
.form-block {
  display: block;
  margin-bottom: 15px;
}
.form-row.error .tip,
.form-block.error .tip {
  color: #ff0000;
}
.form-row.error input,
.form-block.error input,
.form-row.error textarea,
.form-block.error textarea,
.form-row.error select,
.form-block.error select {
  border-color: #ff0000;
}
.form-row .help,
.form-block .help {
  color: #999;
  margin-top: 5px;
  font-size: 12px;
}
.form-row .necessarily > .form-label:after,
.form-block .necessarily > .form-label:after {
  content: "*";
  color: #f00;
}
.form-row .form-group,
.form-block .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-row > .form-label,
.form-block > .form-label {
  display: block;
  padding: 9px;
  line-height: 14px;
  color: #666;
}
.form-row > .form-label {
  float: left;
  width: 100px;
  text-align: right;
  vertical-align: top;
}
.form-row > .form-content {
  display: table-cell;
}
.form-block > .form-label {
  display: block;
  padding: 9px 4px;
}
.form-block > .form-content {
  display: block;
}
/*按钮*/
.ui-btn {
  display: inline-block;
  padding: 6px 12px;
  line-height: 18px;
  border: 1px solid #ff6d01;
  border-radius: 3px;
  color: #ff6d01;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.ui-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff6d01;
}
.ui-btn:hover .ui-art {
  border-color: transparent transparent #fff;
}
.ui-btn:hover .ui-arb {
  border-color: #fff transparent transparent ;
}
.ui-btn.small {
  padding: 3px 5px;
}
.ui-btn.large {
  padding: 10px 16px;
  font-size: 14px;
}
.ui-btn.block {
  width: 100%;
  text-align: center;
}
.ui-btn.disabled,
.ui-btn.disabled:hover {
  color: #b2b2b2 !important;
  border-color: #ececec !important;
  background-color: #ececec !important;
  cursor: default !important;
}
.ui-btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
  background-color: #ff6d01;
}
.ui-btn.gradient-primary {
  color: #fff;
}
.ui-btn.gradient-primary:hover {
  opacity: .8;
}
.ui-btn.success {
  border-color: #1aad19;
  color: #1aad19;
}
.ui-btn.success:hover {
  color: #fff;
  background-color: #1aad19;
}
.ui-btn.success.active {
  color: #fff;
  background-color: #1aad19;
}
.ui-btn.effect-1 {
  font-size: 20px;
  line-height: 28px;
  padding: 16px 30px;
  border-radius: 60px;
  background-color: transparent;
}
.ui-btn.effect-1:hover {
  background-color: #ff6d01;
}
.ui-btn.effect-2 {
  position: relative;
  top: 0;
  border-width: 0;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 30px;
  border-radius: 60px;
  box-shadow: 0px 12px 28px 0px rgba(210, 7, 0, 0.35);
}
.ui-btn.effect-2:hover {
  top: -3px;
  box-shadow: 0px 18px 36px 0px rgba(210, 7, 0, 0.25);
}
.ui-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ui-btn-group > .ui-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-btn-group > .ui-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ui-btn-group > .ui-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-btn-group > .ui-btn:first-child,
.ui-btn-group .ui-btn.ui-hide + .ui-btn {
  margin-left: 0;
}
.ui-btn-group > .ui-btn {
  position: relative;
  float: left;
}
.ui-btn-group > .ui-btn + .ui-btn {
  margin-left: -1px;
}
.ui-btn-group.small > .ui-btn {
  padding: 3px 5px;
}
.ui-btn-group.large > .ui-btn {
  padding: 10px 16px;
  font-size: 14px;
}
.image-center {
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.image-center:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.image-center img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.image-contain img {
  width: 100%;
  height: 100%;
}
/*动画*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scale {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
  }
  70% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.02);
  }
  70% {
    -moz-transform: scale(0.95);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-8px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes float {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -ms-transform: translateY(20px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.layout-wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.layout-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
}
.layout-2-1,
.layout-3-1,
.layout-3-2,
.layout-4-1,
.layout-4-2,
.layout-4-3 {
  float: left;
  vertical-align: top;
}
.layout-2-1 {
  width: 50%;
}
.layout-3-1 {
  width: 33.3333%;
}
.layout-3-2 {
  width: 66.6666%;
}
.layout-4-1 {
  width: 25%;
}
.layout-4-3 {
  width: 75%;
}
.browser-tip {
  display: none;
  height: 28px;
  background: #ff6d01;
  padding: 6px 0;
  font-size: 12px;
  line-height: 16px;
}
.browser-tip p {
  text-align: center;
  color: #fff;
}
/*mod-topbar*/
.mod-topbar {
  height: 28px;
  background: #666;
  padding: 6px 0;
  font-size: 12px;
  line-height: 16px;
  color: #a1a1a1;
  position: relative;
  z-index: 100;
}
.mod-topbar a {
  color: #fff;
  padding: 0 10px;
}
.mod-topbar .login,
.mod-topbar .user-info {
  float: right;
}
.mod-topbar .user-info a {
  border-left: 1px solid #999;
}
.mod-topbar .user-info a:first-child {
  border-left: none;
}
.mod-topbar .user-info a:hover {
  color: #fff;
}
/*mod-header*/
.mod-header,
.mod-header .logo a,
.mod-header .logo .logo-img,
.mod-header .nav,
.mod-header .nav-start-btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.mod-header {
  height: 92px;
  background: #fff;
  z-index: 1000;
  position: relative;
}
.header-bordered .mod-header {
  border-bottom: 1px solid #ececec;
}
.mod-header .logo {
  padding: 18px 0;
  width: 360px;
  overflow: hidden;
}
.mod-header .logo a {
  display: block;
  height: 56px;
  text-decoration: none;
  line-height: 56px;
}
.mod-header .logo .logo-img {
  height: 56px;
  width: 98px;
  vertical-align: middle;
}
/*
 * 2018-11-02 11:44:33 by xieqq
 * 新版logo样式-新增免费电话
 */
.mod-header .logo {
  position: relative;
  overflow: visible;
}
.mod-header .logo .freeCall {
  position: absolute;
  left: 260px;
  top: 32px;
  width: 140px;
  text-align: center;
  font-family: Arial, YaHei;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  font-style: italic;
}
.mod-header .logo .freeCall .topImg {
  width: 110px;
  height: 20px;
  margin: 0 auto;
  background: url("images/freePhone.png?v2") right top no-repeat;
  overflow: hidden;
}
.mod-header.is-fixed .logo .freeCall {
  left: 120px;
  top: 20px;
  width: 300px;
}
.mod-header.is-fixed .logo .freeCall .topImg {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 70px;
  background-position: -30px 0px;
}
.mod-header.is-fixed .logo .freeCall .callNumber {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  border-left: 1px solid #e2e2e2;
  padding-left: 6px;
}
.mod-header .nav {
  position: absolute;
  right: 120px;
  top: 0;
  padding: 28px 0;
  border-right: 1px solid #ececec;
}
.mod-header .nav {
  position: absolute;
  right: 120px;
  top: 0;
  padding: 28px 0;
  border-right: 1px solid #ececec;
}
.mod-header .nav > li {
  float: left;
  position: relative;
  margin: 0 5px;
  z-index: 1100;
}
.mod-header .nav > li > a {
  display: block;
  height: 36px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  text-decoration: none;
  border-radius: 24px;
}
.mod-header .nav > li.active > a,
.mod-header .nav > li.active > a:hover {
  color: #fff;
  background: #ff6d01;
}
.mod-header .nav > li > a:hover {
  color: #ff6d01;
}
.mod-header .nav .sub-nav {
  opacity: 0;
  display: none;
  filter: alpha(opacity=0);
  position: absolute;
  top: 104px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  border-top: 2px solid #ff6d01;
  background: #f9f9f9;
  z-index: 1000;
}
.mod-header .nav .sub-nav:after {
  content: "";
  color: #ff0000;
  position: absolute;
  top: -14px;
  left: 50%;
  height: 6px;
  width: 6px;
  margin-left: -6px;
  z-index: 1100;
  overflow: hidden;
  border-width: 6px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #ff6d01;
}
.mod-header .nav .sub-nav > li > a {
  display: block;
  padding: 10px 24px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  color: #333;
  text-decoration: none;
}
.mod-header .nav .sub-nav > li > a:hover {
  color: #fff;
  background: #ff6d01;
  border-top-color: #ff6d01;
}
.mod-header .nav > .new:after {
  content: "新";
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f00;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.mod-header .nav-start-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 20px;
  margin: 24px 0;
  font-size: 15px;
}
/*固定顶部导航*/
.is-fixed.mod-header {
  position: fixed;
  top: 0;
  height: 56px;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.is-fixed.mod-header .logo {
  padding: 0 20px;
}
.is-fixed.mod-header .logo-img {
  height: 39.2px;
  width: 68.6px;
  margin-left: 30px;
}
.is-fixed.mod-header .nav {
  padding: 10px 0;
}
.is-fixed.mod-header .nav-start-btn {
  margin: 6px 0;
}
/*共有topBar改版*/
.mod-topbar {
  z-index: 1001;
}
.mod-topbar .login.xsLogin .xsRegister {
  display: inline-block;
  position: relative;
}
.mod-topbar .login.xsLogin .xsRegister .loginLink {
  text-decoration: none;
}
.mod-topbar .login.xsLogin .xsRegister span {
  display: block;
  width: 186px;
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  border-radius: 4px;
  background: #ff3e33;
  color: #fff;
  text-align: center;
  top: 20px;
  left: -40px;
}
.mod-topbar .login.xsLogin .xsRegister span i {
  position: relative;
  top: 1px;
  right: -2px;
  font-weight: normal;
  cursor: pointer;
}
.mod-topbar .login.xsLogin .xsRegister span:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ff3e33;
  left: 68px;
  top: -4px;
  width: 0px;
  height: 0px;
}
/*mod-sidebar*/
.mod-sidebar {
  position: fixed;
  top: 50%;
  right: 20px;
  margin: -100px 0 0 0;
  z-index: 1000;
}
.mod-sidebar .tab-nav {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1100;
}
.mod-sidebar .tab-nav li {
  position: relative;
}
.mod-sidebar .tab-nav li a {
  display: block;
  height: 36px;
  width: 36px;
  background: rgba(0, 0, 0, 0.4);
}
.mod-sidebar .tab-nav li a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.mod-sidebar .tab-nav li.back-top {
  display: none;
  margin-top: 3px;
}
.mod-sidebar .tab-content {
  position: absolute;
  top: 0;
  right: 44px;
  *right: 50px;
  z-index: 1050;
}
.mod-sidebar .tab-panel {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 40px;
  text-align: center;
  padding: 20px 5px 30px;
  border-radius: 10px;
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, 0.9);
  overflow: hidden;
}
.mod-sidebar .tab-panel#qq {
  width: 240px;
  height: 478px;
  margin: -140px -50px 0 0;
  padding: 172px 49px 0 23px;
  background: url("images/bg_sidebar.png") no-repeat;
  overflow: visible;
}
.mod-sidebar .tab-panel#qq .ui-btn{
  width: 92px;
  background: #f4b818;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  border:none;
  border-radius: 36px;
}
.mod-sidebar .tab-panel#qq .ui-btn:hover{
  background: #ffd35d;
}
.mod-sidebar .tab-panel#qq:after {
  display: none;
}
.mod-sidebar .tab-panel#qq .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 166px;
  z-index: 1010;
}
.mod-sidebar .tab-panel#qq p {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.mod-sidebar .tab-panel#qq .cooperate .phone-num {
  font-size: 20px;
}
.mod-sidebar .tab-panel#qq .cooperate {
  height: 106px;
}
.mod-sidebar .tab-panel#qq p {
  color: #fff;
}
.mod-sidebar .tab-panel#qq .close {
  margin-left: -30px;
  color: #fff;
  bottom: 15px;
}
.mod-sidebar .tab-panel#qq .rocket {
  position: absolute;
  width: 38px;
  height: 64px;
  top: -30px;
  left: 100px;
  background: url("images/bg_sidebar_rocket.png") no-repeat;
  z-index: 1040;
  -webkit-animation: float 8s ease .4s infinite normal;
  -ms-animation: float 8s ease .4s infinite normal;
  animation: float 8s ease .4s infinite normal;
}
.mod-sidebar .tab-panel#act {
  width: 220px;
}
.mod-sidebar .tab-panel:after {
  content: "◆";
  color: #f9f9f9;
  position: absolute;
  display: block;
  width: 8px;
  height: 16px;
  line-height: 16px;
  font-size: 24px;
  text-indent: -8px;
  top: 10px;
  right: -6px;
  overflow: hidden;
  z-index: 110;
}
.mod-sidebar .tab-panel a {
  color: #666;
}
.mod-sidebar .tab-panel .close {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -18px;
  font-size: 12px;
  display: block;
  width: 36px;
  color: #999;
}
.mod-sidebar .tab-panel .close:hover {
  text-decoration: none;
}
.mod-sidebar .tab-panel.xsSideBar#qq {
  width: 160px;
  background: linear-gradient(0deg, #ff740e, #ff3d33);
  margin-right: 0px;
  padding: 0px;
  height: 226px;
  box-shadow: 0px 20px 60px 0px rgba(255, 91, 51, 0.5);
  margin-top: -40px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .close {
  margin-left: -18px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .cooperate {
  height: auto;
  margin-top: 30px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .cooperate2 {
  margin-top: 20px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .lines {
  background: rgba(255, 255, 255, 0.2);
  width: 130px;
  margin: 0 auto;
  height: 1px;
  margin-bottom: -6px;
  margin-top: 20px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .ui-fsl {
  margin-top: 10px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .freeCall {
  font-size: 12px;
  font-weight: normal;
  margin-top: -4px;
}
/*mod-footer*/
.mod-footer {
  padding: 50px 0 40px;
  width: 100%;
  background: url("images/bg_footer.png") repeat;
  z-index: 100;
}
.mod-footer a,
.mod-footer p {
  color: #ccc;
}
.mod-footer a:hover {
  color: #fff;
  text-decoration: none;
}
.mod-footer .footer-column {
  float: left;
  width: 20%;
  padding: 0 80px 0 60px;
}
.mod-footer .footer-column.last {
  width: 40%;
  height: 120px;
  padding: 0 40px 0 80px;
  border-left: 1px solid #464646;
}
.mod-footer .footer-column dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.mod-footer .footer-column dd {
  font-size: 12px;
  margin-bottom: 5px;
}
.mod-footer .footer-column dd a {
  color: #ccc;
}
.mod-footer .footer-column dd a:hover {
  color: #fff;
}
.mod-footer .footer-column .weixin {
  float: left;
  text-align: center;
}
.mod-footer .footer-column .other {
  font-size: 12px;
  margin: 50px 0 0 120px;
}
.mod-footer .friend-link {
  border-top: 1px solid #464646;
  padding: 20px 20px 0 60px;
  margin-top: 20px;
}
.mod-footer .friend-link dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.mod-footer .friend-link dd {
  color: #999;
  width: 87px;
  padding: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.mod-footer .friend-link dd a {
  color: #999;
}
.mod-footer .friend-link dd :hover {
  color: #ccc;
}
.friend-link .mod-tab .tab-nav li a,
.friend-link .mod-tab .tab-nav li a:hover {
  background: none;
  padding: 7px 10px 6px;
}
.friend-link .mod-tab .tab-nav li a:hover {
  color: #ccc;
}
.friend-link .mod-tab .tab-nav li.active a,
.friend-link .mod-tab .tab-nav li.active a:hover {
  font-size: 16px;
  background: none;
}
.friend-link .mod-tab .tab-nav li.active a:after {
  display: none;
}
.mod-footer .app-link {
  padding: 10px 0 0;
}
.mod-footer .app-link a {
  display: block;
  float: left;
  width: 100px;
  overflow: hidden;
  text-align: center;
  color: #393939;
}
.mod-footer .app-link a:hover {
  color: #393939;
  cursor: default;
}
/*mod-tab*/
.mod-tab .tab-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.mod-tab .tab-nav-2 li {
  width: 50%;
}
.mod-tab .tab-nav-3 li {
  width: 33.3333%;
}
.mod-tab .tab-nav-4 li {
  width: 25%;
}
.mod-tab .tab-nav-5 li {
  width: 20%;
}
.mod-tab .tab-nav li {
  height: 100%;
  float: left;
  text-align: center;
}
.mod-tab .tab-nav li a {
  display: block;
  padding: 7px 2px 6px;
  font-size: 14px;
  line-height: 19px;
  color: #666;
  background: #f1f1f1;
  position: relative;
}
.mod-tab .tab-nav li.active a,
.mod-tab .tab-nav li.active a:hover {
  color: #fff;
  background: #ff6e03;
}
.mod-tab .tab-nav li.active a:after {
  content: " ";
  position: absolute;
  height: 4px;
  width: 4px;
  color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border-width: 4px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}
.mod-tab .tab-nav li a:hover {
  text-decoration: none;
  color: #333;
  background: #e8e8e8;
}
.mod-tab .tab-content .tab-panel {
  display: none;
  padding: 10px;
}
.mod-tab .tab-content .tab-panel.active {
  display: block;
}
.mod-sect .mod-sect-t {
  border-bottom: 1px solid #ececec;
}
.mod-sect .mod-sect-t > .title {
  font-size: 16px;
  padding: 0 6px;
  line-height: 16px;
  margin: 10px 0;
  border-left: 4px solid #ff6d01;
}
.mod-sect .mod-sect-c {
  padding: 15px 0;
}
.mod-icp {
  padding: 10px 0;
  background: #333;
  text-align: center;
}
.mod-icp a {
  color: #999;
}
/*
 * 2018-08-07 12:00:42 by xieqq
 * 新版登录弹框
 */
.mod-newLogin .modelBox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1001;
  display: none;
}
.mod-newLogin .modelBox img {
  display: block;
  max-width: 100%;
}
.mod-newLogin .modelBox .modelContent {
  position: absolute;
  top: 220px;
  width: 500px;
  max-height: 520px;
  height: 514px;
  background: #fff;
  left: 50%;
  margin-left: -250px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.mod-newLogin .modelBox .modelContent .closeBtn {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  z-index: 1002;
}
.mod-newLogin .modelBox .modelContent .closeBtn img {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-newLogin .modelBox .modelContent .formAll {
  position: absolute;
  width: 1500px;
  left: 0px;
}
.mod-newLogin .modelBox .modelContent .formAll > div {
  float: left;
  vertical-align: top;
}
.mod-newLogin .modelBox .modelContent .formAll .login {
  padding: 0px 64px;
  width: 500px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .topLogoAndTitle {
  padding-top: 30px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .topLogoAndTitle .loginLogo {
  width: 186px;
  overflow: hidden;
  margin: 0 auto;
}
.mod-newLogin .modelBox .modelContent .formAll .login .topLogoAndTitle .loginTitle {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}
.mod-newLogin .modelBox .modelContent .formAll .login .topLogoAndTitle .loginTitle span {
  margin-left: 12px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm {
  margin-top: 10px;
  position: relative;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .formGroup {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 30px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .formGroup .showPassword {
  position: absolute;
  width: 22px;
  overflow: hidden;
  right: 0px;
  bottom: 8px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: none;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .formGroup .showPassword .text {
  display: none;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .formGroup .forgetPassword {
  position: absolute;
  right: 0px;
  bottom: -24px;
  font-size: 12px;
  color: #999;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .loginBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .loginBtn a:hover {
  background: #cd5700;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 30px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin .loginTitle {
  font-size: 14px;
  color: #666;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  position: relative;
  line-height: 14px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin .loginTitle:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: #f5f5f5;
  left: -126px;
  top: 7px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin .loginTitle:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: #f5f5f5;
  right: -126px;
  top: 7px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a {
  display: inline-block;
  margin-top: 30px;
  width: 46px;
  height: 46px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a i {
  font-size: 24px;
  line-height: 46px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.qqLogin {
  border: 1px solid #00b7f2;
  color: #00b7f2;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.qqLogin:hover {
  color: #fff;
  background: #00b7f2;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.weiboLogin {
  border: 1px solid #ff7741;
  color: #ff7741;
  margin-left: 72px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.weiboLogin:hover {
  color: #fff;
  background: #ff7741;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm {
  margin-top: 10px;
  position: relative;
  padding-bottom: 40px;
  left: -2000px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 30px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup.code input {
  width: 160px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup.code .verCode {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 212px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  padding-left: 87px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup.code .verCode img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode {
  position: absolute;
  right: 0px;
  bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: #ff6d01;
  text-decoration: none;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode:hover {
  color: #cd5700;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode.disabled {
  color: #ccc;
  cursor: default;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode.disabled:hover {
  color: #ccc;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .registerBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .registerBtn a:hover {
  background: #cd5700;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .agreement {
  margin-top: 14px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .agreement a {
  color: #999;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .login .registerForm .agreement a:hover {
  color: #666;
}
.mod-newLogin .modelBox .modelContent .formAll .register {
  padding: 0px 64px;
  width: 500px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .topLogoAndTitle {
  padding-top: 30px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .topLogoAndTitle .loginLogo {
  width: 186px;
  overflow: hidden;
  margin: 0 auto;
}
.mod-newLogin .modelBox .modelContent .formAll .register .topLogoAndTitle .loginTitle {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}
.mod-newLogin .modelBox .modelContent .formAll .register .topLogoAndTitle .loginTitle span {
  margin-left: 12px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm {
  margin-top: 10px;
  position: relative;
  padding-bottom: 40px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 30px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #666;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup.code input {
  width: 160px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup.code .verCode {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 212px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  padding-left: 87px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup.code .verCode img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode {
  position: absolute;
  right: 0px;
  bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: #ff6d01;
  text-decoration: none;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode:hover {
  color: #cd5700;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode.disabled {
  color: #ccc;
  cursor: default;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode.disabled:hover {
  color: #ccc;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .registerBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .registerBtn a:hover {
  background: #cd5700;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .agreement {
  margin-top: 14px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .agreement a {
  color: #999;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .register .registerForm .agreement a:hover {
  color: #666;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond {
  width: 500px;
  padding: 0px 64px;
  padding-top: 50px;
  padding-bottom: 130px;
  position: relative;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .title {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .title a {
  position: absolute;
  line-height: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  text-decoration: none;
  color: #333;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .title a i {
  line-height: 24px;
  font-size: 18px;
  display: block;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm {
  margin-top: 42px;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup {
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup .showPassword {
  position: absolute;
  width: 22px;
  overflow: hidden;
  right: 0px;
  bottom: 8px;
  cursor: pointer;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup .showPassword .text {
  display: none;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .beginBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin .modelBox .modelContent .formAll .registerSecond .registerSecondForm .beginBtn a:hover {
  background: #cd5700;
}
.mod-newLogin .modelBox .modelContent .chooseLoginAndRegister {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #999;
  text-align: center;
  background: #f5f5f5;
  text-decoration: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.mod-newLogin .modelBox .modelContent .chooseLoginAndRegister a {
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
/*
 * 2018-10-31 16:57:46 by xieqq
 * 为了双11活动页新增的登录弹框
 */
.mod-newLogin2 .modelBox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1001;
  display: none;
}
.mod-newLogin2 .modelBox img {
  display: block;
  max-width: 100%;
}
.mod-newLogin2 .modelBox .modelContent {
  position: absolute;
  top: 160px;
  width: 500px;
  max-height: 600px;
  height: 580px;
  background: #fff;
  left: 50%;
  margin-left: -250px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.mod-newLogin2 .modelBox .modelContent .closeBtn {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  z-index: 1002;
}
.mod-newLogin2 .modelBox .modelContent .closeBtn img {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-newLogin2 .modelBox .modelContent .formAll {
  position: absolute;
  width: 1500px;
  left: 0px;
}
.mod-newLogin2 .modelBox .modelContent .formAll > div {
  float: left;
  vertical-align: top;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login {
  padding: 0px 64px;
  width: 500px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .topLogoAndTitle {
  padding-top: 30px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .topLogoAndTitle .loginLogo {
  width: 186px;
  overflow: hidden;
  margin: 0 auto;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .topLogoAndTitle .loginTitle {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .topLogoAndTitle .loginTitle span {
  margin-left: 12px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm {
  margin-top: 10px;
  position: relative;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 24px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup .showPassword {
  position: absolute;
  width: 22px;
  overflow: hidden;
  right: 0px;
  bottom: 8px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: none;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup .showPassword .text {
  display: none;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code input {
  width: 160px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code .verCode {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 212px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  padding-left: 87px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code .verCode img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code .getVerCode {
  position: absolute;
  right: 0px;
  bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: #ff6d01;
  text-decoration: none;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code .getVerCode:hover {
  color: #cd5700;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code .getVerCode.disabled {
  color: #ccc;
  cursor: default;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code .getVerCode.disabled:hover {
  color: #ccc;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .formGroup.code .forgetPassword {
  position: absolute;
  right: 0px;
  bottom: -24px;
  font-size: 12px;
  color: #999;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .loginBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .loginBtn a:hover {
  background: #cd5700;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 30px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin .loginTitle {
  font-size: 14px;
  color: #666;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  position: relative;
  line-height: 14px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin .loginTitle:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: #f5f5f5;
  left: -126px;
  top: 7px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin .loginTitle:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: #f5f5f5;
  right: -126px;
  top: 7px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a {
  display: inline-block;
  margin-top: 30px;
  width: 46px;
  height: 46px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a i {
  font-size: 24px;
  line-height: 46px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.qqLogin {
  border: 1px solid #00b7f2;
  color: #00b7f2;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.qqLogin:hover {
  color: #fff;
  background: #00b7f2;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.weiboLogin {
  border: 1px solid #ff7741;
  color: #ff7741;
  margin-left: 72px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .loginForm .thirdPartyLogin > a.weiboLogin:hover {
  color: #fff;
  background: #ff7741;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm {
  margin-top: 10px;
  position: relative;
  padding-bottom: 40px;
  left: -2000px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 24px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup.code input {
  width: 160px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup.code .verCode {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 212px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  padding-left: 87px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup.code .verCode img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode {
  position: absolute;
  right: 0px;
  bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: #ff6d01;
  text-decoration: none;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode:hover {
  color: #cd5700;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode.disabled {
  color: #ccc;
  cursor: default;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .formGroup.code .getVerCode.disabled:hover {
  color: #ccc;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .registerBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .registerBtn a:hover {
  background: #cd5700;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .agreement {
  margin-top: 14px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .agreement a {
  color: #999;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .login .registerForm .agreement a:hover {
  color: #666;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register {
  padding: 0px 64px;
  width: 500px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .topLogoAndTitle {
  padding-top: 30px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .topLogoAndTitle .loginLogo {
  width: 186px;
  overflow: hidden;
  margin: 0 auto;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .topLogoAndTitle .loginTitle {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .topLogoAndTitle .loginTitle span {
  margin-left: 12px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm {
  margin-top: 10px;
  position: relative;
  padding-bottom: 40px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 24px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #666;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup.code input {
  width: 160px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup.code .verCode {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 212px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  padding-left: 87px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup.code .verCode img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode {
  position: absolute;
  right: 0px;
  bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: #ff6d01;
  text-decoration: none;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode:hover {
  color: #cd5700;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode.disabled {
  color: #ccc;
  cursor: default;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup.code .getVerCode.disabled:hover {
  color: #ccc;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup .showPassword {
  position: absolute;
  width: 22px;
  overflow: hidden;
  right: 0px;
  bottom: 8px;
  cursor: pointer;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .formGroup .showPassword .text {
  display: none;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .registerBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .registerBtn a:hover {
  background: #cd5700;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .agreement {
  margin-top: 14px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .agreement a {
  color: #999;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .register .registerForm .agreement a:hover {
  color: #666;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond {
  width: 500px;
  padding: 0px 64px;
  padding-top: 50px;
  padding-bottom: 130px;
  position: relative;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .title {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .title a {
  position: absolute;
  line-height: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  text-decoration: none;
  color: #333;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .title a i {
  line-height: 24px;
  font-size: 18px;
  display: block;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm {
  margin-top: 42px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup {
  margin-top: 24px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup input {
  border: none;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup .showPassword {
  position: absolute;
  width: 22px;
  overflow: hidden;
  right: 0px;
  bottom: 8px;
  cursor: pointer;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .formGroup .showPassword .text {
  display: none;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .errorTip {
  color: #f00;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .beginBtn a {
  display: block;
  width: 370px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #ff6d01;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.mod-newLogin2 .modelBox .modelContent .formAll .registerSecond .registerSecondForm .beginBtn a:hover {
  background: #cd5700;
}
.mod-newLogin2 .modelBox .modelContent .chooseLoginAndRegister {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #999;
  text-align: center;
  background: #f5f5f5;
  text-decoration: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.mod-newLogin2 .modelBox .modelContent .chooseLoginAndRegister a {
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
/*
 * 阿里云验证码的重置样式
 * 2018-10-31 17:22:40 by xieqq
 */
.nc_scale {
  background: #e8e8e8 !important;
  width: 372px;
  /* 默认背景色 */
}
.nc_scale div.nc_bg {
  background: #7ac23c !important;
  /* 滑过时的背景色 */
}
.nc_scale .scale_text2 {
  color: #fff !important;
  /* 滑过时的字体颜色 */
}
.nc_scale span {
  border: 1px solid #ccc !important;
}
.errloading {
  border: #faf1d5 1px solid !important;
  color: #ef9f06 !important;
}
.nc_scale {
  height: 42px;
  border-radius: 2px;
}
.nc-container .nc_scale span {
  line-height: 40px;
}
.nc-container .nc_scale .btn_slide {
  height: 42px;
  line-height: 40px;
}
.nc-container .nc_scale .btn_ok {
  height: 42px;
  line-height: 42px;
}
html {
  min-width: 1200px;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}
input,
textarea,
button {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}
#index .mod-sect {
  padding: 80px 0;
}
#index .mod-sect > .title {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 38px;
  color: #353535;
  z-index: 50;
}
#index .mod-sect > .sub-title {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  color: #888888;
  z-index: 50;
}
#index .mod-banner {
  position: relative;
  padding: 0;
  height: 420px;
  background: #f9f9f9;
}
#index .mod-banner .banner-scroll-wrap {
  position: relative;
}
#index .mod-banner .banner-scroll-wrap li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 420px;
  overflow: hidden;
  text-align: center;
  z-index: 100;
}
#index .mod-banner .banner-scroll-wrap li.active {
  z-index: 120;
}
#index .mod-banner .banner-curr {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 200;
}
#index .mod-banner .banner-curr .prev,
#index .mod-banner .banner-curr .next {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 3px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3) url("images/banner_arrow_.png") top no-repeat;
  vertical-align: middle;
}
#index .mod-banner .banner-curr .next {
  background: rgba(0, 0, 0, 0.3) url("images/banner_arrow_.png") bottom no-repeat;
}
#index .mod-banner .banner-curr ul {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  vertical-align: middle;
}
#index .mod-banner .banner-curr ul li {
  display: inline-block;
}
#index .mod-banner .banner-curr ul li a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border-radius: 6px;
  background: #fff;
}
#index .mod-banner .banner-curr ul li.active a {
  background-color: #ff6d01;
}
#index .mod-park-info {
  background: #fff;
  height: 64px ;
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#index .mod-park-info .app-sum {
  position: absolute;
  top: 4px;
  right: 80px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 24px;
  padding-left: 66px;
  border-left: 1px solid #ececec;
}
#index .mod-park-info .app-sum .num {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 24px;
  width: 16px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 1px;
  background: #ff6d01;
  border-radius: 3px;
  color: #fff;
}
#index .mod-park-info .app-sum .num:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px  ;
  margin-top: -1px;
}
#index .mod-scrollnews {
  position: relative;
  width: 400px;
  height: 32px;
  padding: 0 30px 0 80px;
  margin-left: 80px;
  overflow: hidden;
}
#index .mod-scrollnews .icon-news {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 32px;
  background: url("images/icon_notice_red.png") no-repeat;
}
#index .mod-scrollnews .news-list li {
  line-height: 32px;
  color: #999;
  position: relative;
}
#index .mod-scrollnews .news-list li a {
  display: block;
  font-size: 14px;
  color: #666;
  text-align: left;
  margin-right: 68px;
}
#index .mod-scrollnews .news-list li.new a:before {
  content: "NEW";
  font-size: 12px;
  font-weight: normal;
  background: #f00;
  color: #fff;
  padding: 0 3px;
  margin-right: 3px;
  border-radius: 2px;
}
#index .mod-scrollnews .news-list li.top a:before {
  content: "置顶";
  font-size: 12px;
  font-weight: normal;
  background: #f00;
  color: #fff;
  padding: 0 3px;
  margin-right: 3px;
  border-radius: 2px;
}
#index .mod-scrollnews .news-list li .news-time {
  position: absolute;
  right: 0;
  top: 0;
}
#index .mod-scrollnews .ctrl-menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 24px;
}
#index .mod-scrollnews .ctrl-menu a {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 16px;
  text-align: center;
}
#index .mod-scrollnews .ctrl-menu a.next {
  bottom: 0;
}
#index .mod-scrollnews .ctrl-menu a:hover .ui-art {
  border-color: transparent transparent #ff6d01;
}
#index .mod-scrollnews .ctrl-menu a:hover .ui-arb {
  border-color: #ff6d01 transparent transparent;
}
#index .mod-scrollnews .ctrl-menu .ui-art {
  border-color: transparent transparent #ff6d01;
}
#index .mod-scrollnews .ctrl-menu .ui-arb {
  border-color: #ff6d01 transparent transparent;
}
#index .mod-build-step .step-list {
  text-align: center;
  padding: 60px 0 0;
}
#index .mod-build-step .step-list .step-item {
  position: relative;
}
#index .mod-build-step .step-list .step-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 60px;
  right: -10px;
  display: block;
  width: 20px;
  height: 28px;
  background: url("images/index/step_arror.png") no-repeat;
}
#index .mod-build-step .step-list h4 {
  font-size: 24px;
  margin: 20px 0 5px;
  font-weight: normal;
}
#index .mod-build-step .step-list p {
  color: #888888;
}
#index .mod-app-trends {
  padding-bottom: 0;
  background: #f9f9f9;
  overflow: hidden;
}
#index .mod-app-trends .text {
  position: relative;
  width: 800px;
  margin: 10px auto 0;
  text-align: center;
  color: #888888;
  z-index: 20;
}
#index .mod-app-trends .image {
  position: relative;
  height: 560px;
  margin-top: -160px;
}
#index .mod-app-trends .image .circle,
#index .mod-app-trends .image .item-1,
#index .mod-app-trends .image .item-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#index .mod-app-trends .image .circle {
  background: url("images/index/trends_circle.png") center bottom no-repeat;
}
#index .mod-app-trends .image .item-1 {
  background: url("images/index/trends_item_1.png") center bottom no-repeat;
}
#index .mod-app-trends .image .item-2 {
  background: url("images/index/trends_item_2.png") center bottom no-repeat;
}
#index .mod-app-trends .image .phone {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 30;
}
#index .mod-app-trends .image .phone.phone-1 {
  margin-left: -210px;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  transform: translateY(120px);
}
#index .mod-app-trends .image .phone.phone-2 {
  margin-left: -340px;
  z-index: 20;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  transform: translateY(80px);
}
#index .mod-app-trends .image .phone.phone-3 {
  margin-left: 0px;
  z-index: 20;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  transform: translateY(90px);
}
#index .mod-app-trends .image .phone.phone-4 {
  margin-left: -20px;
  bottom: 160px;
  z-index: 10;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  transform: translateY(60px);
}
#index .mod-app-trends .image .phone.phone-5 {
  margin-left: 160px;
  -webkit-transform: translateY(160px);
  -moz-transform: translateY(160px);
  transform: translateY(160px);
}
#index .mod-app-trends.show .image .phone {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
}
#index .mod-app-type .image {
  position: relative;
  height: 400px;
  margin: 30px 0;
}
#index .mod-app-type .image .bg-1,
#index .mod-app-type .image .bg-2,
#index .mod-app-type .image .bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#index .mod-app-type .image .bg-1 {
  background: url("images/index/app_type_bg_1.png") center no-repeat;
}
#index .mod-app-type .image .bg-2 {
  background: url("images/index/app_type_bg_2.png") center no-repeat;
}
#index .mod-app-type .image .bg-3 {
  background: url("images/index/app_type_bg_3.png") center no-repeat;
}
#index .mod-app-type .image ul {
  position: relative;
  height: 100%;
  z-index: 30;
}
#index .mod-app-type .image ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  text-align: center;
  z-index: 30;
}
#index .mod-app-type .image ul li.type-1 {
  margin: -80px 0 0 -480px;
}
#index .mod-app-type .image ul li.type-2 {
  margin: -140px 0 0 -320px;
}
#index .mod-app-type .image ul li.type-3 {
  margin: -20px 0 0 -380px;
}
#index .mod-app-type .image ul li.type-4 {
  margin: -86px 0 0 -200px;
}
#index .mod-app-type .image ul li.type-5 {
  margin: -130px 0 0 -50px;
}
#index .mod-app-type .image ul li.type-6 {
  margin: 54px 0 0 -72px;
}
#index .mod-app-type .image ul li.type-7 {
  margin: -20px 0 0 38px;
}
#index .mod-app-type .image ul li.type-8 {
  margin: -130px 0 0 100px;
}
#index .mod-app-type .image ul li.type-9 {
  margin: -88px 0 0 230px;
}
#index .mod-app-type .image ul li.type-10 {
  margin: -70px 0 0 390px;
}
#index .mod-app-type .image ul li a {
  color: #353535;
}
#index .mod-app-type .image ul li a:hover {
  text-decoration: none;
}
#index .mod-app-biz {
  background: #f9f9f9;
}
#index .mod-app-biz .card-list {
  position: relative;
  width: 100%;
  height: 400px;
}
#index .mod-app-biz .card-list .card {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 264px;
  height: 360px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 36px 0px rgba(238, 78, 0, 0.3);
}
#index .mod-app-biz .card-list .card .top {
  width: 100%;
  height: 240px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px 8px 0 0;
  background-color: #ff6d01;
  background-image: -moz-linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
  background-image: -webkit-linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
  background-image: -ms-linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
  background-image: linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
}
#index .mod-app-biz .card-list .card .top h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
#index .mod-app-biz .card-list .card p {
  font-size: 14px;
}
#index .mod-app-biz .card-list .card.card-1 {
  margin-left: -132px;
  z-index: 50;
}
#index .mod-app-biz .card-list .card.card-2,
#index .mod-app-biz .card-list .card.card-3 {
  width: 237.6px;
  height: 324px;
  top: 60px;
  z-index: 40;
}
#index .mod-app-biz .card-list .card.card-2 .top,
#index .mod-app-biz .card-list .card.card-3 .top {
  padding-top: 27px;
  height: 216px;
}
#index .mod-app-biz .card-list .card.card-4,
#index .mod-app-biz .card-list .card.card-5 {
  width: 213.84px;
  height: 291.6px;
  top: 75px;
  z-index: 30;
}
#index .mod-app-biz .card-list .card.card-4 .top,
#index .mod-app-biz .card-list .card.card-5 .top {
  padding-top: 24.3px;
  height: 194.4px;
}
#index .mod-app-biz .card-list .card.card-2 {
  margin-left: -363.8px;
  -webkit-transform: translateX(220px);
  -moz-transform: translateX(220px);
  transform: translateX(220px);
}
#index .mod-app-biz .card-list .card.card-3 {
  margin-left: 126.2px;
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  transform: translateX(-220px);
}
#index .mod-app-biz .card-list .card.card-4 {
  margin-left: -568.92px;
  -webkit-transform: translateX(280px);
  -moz-transform: translateX(280px);
  transform: translateX(280px);
}
#index .mod-app-biz .card-list .card.card-5 {
  margin-left: 355.08px;
  -webkit-transform: translateX(-280px);
  -moz-transform: translateX(-280px);
  transform: translateX(-280px);
}
#index .mod-app-biz.show .card-list .card {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
}
#index .mod-app-case {
  background: url("images/index/app_case_bg.png") center no-repeat;
}
#index .mod-app-case > .title {
  color: #fff;
}
#index .mod-app-case .case-list {
  height: 380px;
  padding: 0 15px;
  margin: 30px 0;
  text-align: justify;
}
#index .mod-app-case .case-list .case {
  position: relative;
  float: left;
  margin: 0 10px;
  width: 214px ;
  height: 100%;
  background: #fff;
}
#index .mod-app-case .case-list .case .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index .mod-app-case .case-list .case .info .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: #333;
  opacity: .9;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index .mod-app-case .case-list .case .info .title {
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  z-index: 30;
}
#index .mod-app-case .case-list .case:hover .bg {
  -webkit-transform: scale(3.7, 3.7);
  -moz-transform: scale(3.7, 3.7);
  transform: scale(3.7, 3.7);
}
#index .mod-app-case .case-list .case.case-1 .bg {
  background: #6bddd7;
}
#index .mod-app-case .case-list .case.case-2 .bg {
  background: #56de7f;
}
#index .mod-app-case .case-list .case.case-3 .bg {
  background: #818181;
}
#index .mod-app-case .case-list .case.case-4 .bg {
  background: #0087fa;
}
#index .mod-app-case .case-list .case.case-5 .bg {
  background: #fcc300;
}
#index .mod-app-feature .feature-list {
  margin-top: 50px;
}
#index .mod-app-feature .feature-list .item {
  position: relative;
  text-align: center;
}
#index .mod-app-feature .feature-list .item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 100px;
  background: #ff6d01;
}
#index .mod-app-feature .feature-list .item h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #353535;
}
#index .mod-app-feature .feature-list .item p {
  margin-top: 15px;
  font-size: 14px;
  color: #888888;
}
#index .mod-news {
  padding-bottom: 30px;
  background: #f9f9f9 ;
}
#index .mod-news .top {
  position: relative;
  border-bottom: 2px solid #ff6d01;
  margin: 0 60px;
}
#index .mod-news .top .title {
  font-size: 32px;
}
#index .mod-news .top .more {
  margin: 3px 20px;
  padding: 6px 12px;
  line-height: 24px;
  float: right;
}
#index .mod-news .top .more:hover {
  text-decoration: none;
}
#index .mod-news .top .news-tab {
  position: absolute;
  top: 3px;
  right: 80px;
  *zoom: 1;
}
#index .mod-news .top .news-tab:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
#index .mod-news .top .news-tab li {
  float: left;
}
#index .mod-news .top .news-tab li a {
  display: block;
  height: 36px;
  padding: 6px 12px;
  line-height: 24px;
  border-radius: 18px;
  margin: 0 3px;
}
#index .mod-news .top .news-tab li a:hover {
  text-decoration: none;
  background: #ececec;
}
#index .mod-news .top .news-tab li.active a,
#index .mod-news .top .news-tab li.active a:hover {
  background-color: #ff6d01;
  background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  color: #fff;
}
#index .mod-news .top .news-tab li.active a:after,
#index .mod-news .top .news-tab li.active a:hover:after {
  display: none;
}
#index .mod-news .news-tab-content {
  padding: 30px 0;
  margin: 0 60px;
}
#index .mod-news .news-list {
  *zoom: 1;
  margin-right: -60px;
}
#index .mod-news .news-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
#index .mod-news .news-list .item {
  position: relative;
  top: 0;
  float: left;
  width: 226px;
  height: 208px;
  margin-right: 52px;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index .mod-news .news-list .item img {
  width: 226px;
  height: 133px;
}
#index .mod-news .news-list .item a:hover {
  text-decoration: none;
}
#index .mod-news .news-list .item .info {
  font-size: 14px;
  padding: 5px 10px;
  height: 5.4em;
  overflow: hidden;
}
#index .mod-news .news-list .item .info p{
  font-size: 14px;
  line-height:1.6;
  height: 3.2em;
  overflow: hidden;
}
#index .mod-news .news-list .item .info small{
	color:#999;
	font-size:12px;
}
#index .mod-news .news-list .item:hover {
  top: -3px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
}
#index .mod-news .tags-list {
  padding: 0 0 20px 0;
  *zoom: 1;
}
#index .mod-news .tags-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
#index .mod-news .tags-list li {
  float: left;
}
#index .mod-news .tags-list li a {
  display: block;
  padding: 6px 12px;
  border-radius: 30px;
  margin: 0 3px;
  color: #888888;
  border: 1px solid #b2b2b2;
}
#index .mod-news .tags-list li a:hover {
  background: #ff6d01;
  border-color: #ff6d01;
  color: #fff;
  text-decoration: none;
}
#index .mod-news .tags-list li.active a,
#index .mod-news .tags-list li.active a:hover {
  border-color: transparent;
  background-color: #ff6d01;
  background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
  color: #fff;
}

#index .mod-icp {
  padding: 10px 0;
  background: #333;
  color: #666;
  text-align: center;
}
#index .mod-icp .layout-wrap {
  padding: 0 30px;
}
#index .mod-icp a {
  color: #999;
}


/*顶部导航功能价格新增快捷入口-20200728-by:zq*/
.mod-header .nav .sub-nav.price-sub-nav {
  width: 800px;
  margin-left: -400px;
  background: #fff;
}
.mod-header .sub-nav-column {
  padding: 30px 30px 20px;
  border-left: 1px solid #ececec;
}
.mod-header .sub-nav-column:first-child {
  border-left: none;
}
.mod-header .sub-nav-column.vip {
  min-height: 388px;
  background: #f9f9f9;
}
.mod-header .sub-nav-column.vip .sub-nav-list > li {
  margin-bottom: 26px;
}
.mod-header .sub-nav-column.vip .sub-nav-list > li:last-child {
  margin-bottom: 4px;
}
.mod-header .sub-nav-column.vip .sub-nav-list > li a {
  background: #f9f9f9;
}
.mod-header .sub-nav-column.vip .sub-nav-list > li a:hover {
  background: #fff;
}
.mod-header .sub-nav-column.vip .sub-nav-list > li a .info {
  display: block;
  font-size: 12px;
  color: #999;
}
.mod-header .sub-nav-column.plug {
  border-left: none;
}
.mod-header .sub-nav-column.plug .sub-nav-list > li a {
  padding: 12px 12px 12px 42px;
  margin-right: 20px;
}
.mod-header .sub-nav-column.plug .nav-ico {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.mod-header .sub-nav-title {
  border-bottom: 1px solid #f1f1f1;
}
.mod-header .sub-nav-title a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 0 6px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mod-header .sub-nav-title a:hover {
  text-decoration: none;
  color: #ff6d01;
}
.mod-header .sub-nav-list {
  padding: 10px 0 0;
}
.mod-header .sub-nav-list > li {
  margin: 4px 0;
}
.mod-header .sub-nav-list > li > a {
  position: relative;
  display: block;
  padding: 6px 12px 6px 52px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}
.mod-header .sub-nav-list > li > a:hover {
  text-decoration: none;
  background: #f9f9f9;
}
.mod-header .sub-nav-list .nav-ico {
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url("../css/images/sub_nav_ico_vip.png?v3") no-repeat;
  background-size: 48px auto ;
  overflow: hidden;
}
.mod-header .sub-nav-list .nav-ico.ico-1 {
  background-position: 0 0;
}
.mod-header .sub-nav-list .nav-ico.ico-2 {
  background-position: 0 -32px;
}
.mod-header .sub-nav-list .nav-ico.ico-3 {
  background-position: 0 -64px;
}
.mod-header .sub-nav-list .nav-ico.ico-4 {
  background-position: -24px -96px;
}
.mod-header .sub-nav-list .nav-ico.ico-5 {
  background-position: -24px -120px;
}
.mod-header .sub-nav-list .nav-ico.ico-6 {
  background-position: -24px -144px;
}
.mod-header .sub-nav-list .nav-ico.ico-7 {
  background-position: -24px -168px;
}
.mod-header .sub-nav-list .nav-ico.ico-8 {
  background-position: -24px -192px;
}
.mod-header .sub-nav-list .nav-ico.ico-9 {
  background-position: -24px -216px;
}
.mod-header .sub-nav-list .nav-ico.ico-10 {
  background-position: -24px -240px;
}
.mod-header .sub-nav-list .nav-ico.ico-11 {
  background-position: -24px -264px;
}
.mod-header .sub-nav-list .nav-ico.ico-12 {
  background-position: -24px -288px;
}
.mod-header .sub-nav-list .nav-ico.ico-13 {
  background-position: -24px -312px;
}
.mod-header .sub-nav-list .nav-ico.ico-14 {
  background-position: -24px -336px;
}
.mod-header .tips {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  padding-top: 10px;
  border-top: 1px dashed #ececec;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .mod-header .sub-nav-list .nav-ico {
    background: url("../css/images/sub_nav_ico_vip@2x.png?v3") no-repeat;
    background-size: 48px auto ;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mod-header .sub-nav-list .nav-ico {
    background: url("../css/images/sub_nav_ico_vip@2x.png?v3") no-repeat;
    background-size: 48px auto ;
  }
}
.has-badges {
  position: relative;
}
.has-badges .badges {
  position: absolute;
  left: 100%;
  top: -8px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px;
  color: #fff;
  background: #f54545;
  border-radius: 4px;
  white-space: nowrap;
}




/*首页新增应用场景模块*/
#index .apppark-to-do .to-do-col {
  margin: 60px 10px 20px;
}
#index .apppark-to-do .to-do-col .top {
  border-radius: 8px 8px 0 0 ;
  height: 88px;
  padding: 14px 40px;
  background: -webkit-linear-gradient(90deg, #f53a32, #f77e31);
  background: linear-gradient(90deg, #f53a32, #f77e31);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
}
#index .apppark-to-do .to-do-col .top h3 {
  padding-top: 24px;
  position: relative;
  line-height: 28px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
#index .apppark-to-do .to-do-col .top h3::before {
  content: "";
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.30196) 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.30196) 100%);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.03);
  position: absolute;
  left: 0;
  top: 8px;
  width: 32px;
  height: 4px;
  border-radius: 4px;
}
#index .apppark-to-do .to-do-col .content {
  border-radius: 0 0 8px 8px ;
  padding: 30px 20px 0;
  border: 1px solid #efefef;
  overflow: hidden;
}
#index .apppark-to-do .to-do-col .content dl {
  padding: 0 10px 20px 20px;
}
#index .apppark-to-do .to-do-col .content dl dt {
  position: relative;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}
#index .apppark-to-do .to-do-col .content dl dt::before {
  content: "";
  width: 12px ;
  height: 12px;
  border-radius: 8px;
  position: absolute;
  left: -20px;
  top: 5px;
  background: #FF6D01;
}
#index .apppark-to-do .to-do-col .content dl dd {
  color: #999;
  font-size: 13px;
  height: 3em;
  line-height: 1.5em;
}
#index .apppark-to-do .to-do-col .content .link {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid #efefef;
  text-decoration: none;
}
#index .apppark-to-do .to-do-col.col-1 .top {
  background-image: url(images/index/to_do_col_1.png);
}
#index .apppark-to-do .to-do-col.col-2 .top {
  background-image: url(images/index/to_do_col_2.png);
}
#index .apppark-to-do .to-do-col.col-3 .top {
  background-image: url(images/index/to_do_col_3.png);
}
#index .apppark-to-do .to-do-col.col-4 .top {
  background-image: url(images/index/to_do_col_4.png);
}
#index .apppark-to-do .to-do-col.col-5 .top {
  background-image: url(images/index/to_do_col_5.png);
}
#index .apppark-to-do .international {
  position: relative;
  margin: 10px;
  height: 152px;
  padding-left: 128px;
}
#index .apppark-to-do .international .top {
  width: 128px;
  height: 152px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0 0 8px;
  padding: 20px 0;
  text-align: center;
}
#index .apppark-to-do .international .top h3::before {
  left: 50%;
  margin-left: -16px;
}
#index .apppark-to-do .international .content {
  padding: 30px 0 30px;
  height: 152px;
  border: 1px solid #efefef;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
#index .apppark-to-do .international .content .layout-3-1 {
  padding: 0 30px;
}
#index .xs-part1-content {
  background: #f9f9f9 url(images/index/part_1_bg.png) center no-repeat;
}
#index .mod-build-step {
  background: #f9f9f9 !important;
}
#index .xs-part2-content,
#index .mod-app-biz {
  background: #fff !important;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #index .apppark-to-do .to-do-col.col-1 .top {
    background-image: url(images/index/to_do_col_1@2x.png);
  }
  #index .apppark-to-do .to-do-col.col-2 .top {
    background-image: url(images/index/to_do_col_2@2x.png);
  }
  #index .apppark-to-do .to-do-col.col-3 .top {
    background-image: url(images/index/to_do_col_3@2x.png);
  }
  #index .apppark-to-do .to-do-col.col-4 .top {
    background-image: url(images/index/to_do_col_4@2x.png);
  }
  #index .apppark-to-do .to-do-col.col-5 .top {
    background-image: url(images/index/to_do_col_5@2x.png);
  }
  #index .xs-part1-content {
    background-image: url(images/index/part_1_bg@2x.png);
    background-size: 1200px 264px;
  }
}
